Skip to content

Add Worclaude to CLI Tools & Utilities#215

Open
sefaertunc wants to merge 1 commit intojqueryscript:mainfrom
sefaertunc:add-worclaude
Open

Add Worclaude to CLI Tools & Utilities#215
sefaertunc wants to merge 1 commit intojqueryscript:mainfrom
sefaertunc:add-worclaude

Conversation

@sefaertunc
Copy link
Copy Markdown

What

Adds Worclaude (MIT) to the CLI Tools & Utilities section.

Why

No existing entry covers a full-project scaffolding tool for Claude Code. Current entries are individual skills, agents, or commands. Worclaude generates all of them at once, tailored to your project type and tech stack, with a single CLI command.

What it does

  • worclaude init asks project type (7 options), tech stack (16 languages), and agent categories, then generates a complete .claude/ directory
  • 26 agents (6 universal + 20 optional across backend, frontend, DevOps, quality, docs, data/AI)
  • 18 slash commands covering the full session lifecycle (/start, /review-plan, /verify, /commit-push-pr, /end, and more)
  • 16 skills with conditional activation via path globs
  • 8 lifecycle hooks (SessionStart, PostToolUse, PreCompact, Stop, UserPromptSubmit, and more)
  • Per-stack permissions for 16 tech stacks
  • Learnings system that captures corrections mid-session and replays them on next /start
  • worclaude doctor validates scaffold integrity with 10+ checks
  • No runtime dependency — generates static files and exits

Entry

  • worclaude - CLI that scaffolds a complete Claude Code workflow (26 agents, 18 commands, 16 skills, 8 hooks) into any project with one command. Tailors output to project type and tech stack. No runtime dependency.

npm: https://www.npmjs.com/package/worclaude
Docs: https://sefaertunc.github.io/Worclaude
497 tests, MIT licensed.

## What

Adds [Worclaude](https://github.com/sefaertunc/Worclaude) (MIT) to the CLI Tools & Utilities section.

## Why

No existing entry covers a full-project scaffolding tool for Claude Code. Current entries are individual skills, agents, or commands. Worclaude generates all of them at once, tailored to your project type and tech stack, with a single CLI command.

## What it does

- `worclaude init` asks project type (7 options), tech stack (16 languages), and agent categories, then generates a complete `.claude/` directory
- 26 agents (6 universal + 20 optional across backend, frontend, DevOps, quality, docs, data/AI)
- 18 slash commands covering the full session lifecycle (/start, /review-plan, /verify, /commit-push-pr, /end, and more)
- 16 skills with conditional activation via path globs
- 8 lifecycle hooks (SessionStart, PostToolUse, PreCompact, Stop, UserPromptSubmit, and more)
- Per-stack permissions for 16 tech stacks
- Learnings system that captures corrections mid-session and replays them on next /start
- `worclaude doctor` validates scaffold integrity with 10+ checks
- No runtime dependency — generates static files and exits

## Entry
- [worclaude](https://github.com/sefaertunc/Worclaude)  - CLI that scaffolds a complete Claude Code workflow (26 agents, 18 commands, 16 skills, 8 hooks) into any project with one command. Tailors output to project type and tech stack. No runtime dependency.

npm: https://www.npmjs.com/package/worclaude
Docs: https://sefaertunc.github.io/Worclaude
497 tests, MIT licensed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant